[INFO] cloning repository https://github.com/ZakChrom/TerminalCellMachine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZakChrom/TerminalCellMachine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakChrom%2FTerminalCellMachine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakChrom%2FTerminalCellMachine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 911f1401029ec97de17b1fff538e56b13e9e0d60
[INFO] fixing ZakChrom/TerminalCellMachine against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZakChrom%2FTerminalCellMachine" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ZakChrom/TerminalCellMachine
[INFO] finished tweaking git repo https://github.com/ZakChrom/TerminalCellMachine
[INFO] tweaked toml for git repo https://github.com/ZakChrom/TerminalCellMachine written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZakChrom/TerminalCellMachine on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZakChrom/TerminalCellMachine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab
[INFO] running `Command { std: "docker" "start" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling cc v1.0.84
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking num-rational v0.3.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking earcutr v0.2.0
[INFO] [stderr]     Checking glow v0.7.2
[INFO] [stderr]     Checking clap_builder v4.4.8
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]    Compiling libdeflate-sys v0.12.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking libdeflater v0.12.0
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking clap v4.4.8
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stderr]     Checking speedy2d v1.12.0
[INFO] [stderr]     Checking cm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/quell/update.rs (2 fixes)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/quell/cells.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &mut DUMMY_CELL }
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &raw mut DUMMY_CELL }
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/quell/cells.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &mut DUMMY_CELL }
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &raw mut DUMMY_CELL }
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.52s
[INFO] [stderr] crater-edition-check: cm v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking cm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/quell/cells.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &mut DUMMY_CELL }
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &raw mut DUMMY_CELL }
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cm` (bin "cm" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/quell/cells.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &mut DUMMY_CELL }
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 169 |             unsafe { &raw mut DUMMY_CELL }
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cm` (bin "cm") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab", kill_on_drop: false }`
[INFO] [stdout] 2501faad9c7ac7f2cdb8d01c03e4af43a96f99e5bbd82a4c12f0264c636f05ab
